home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Font / s / Font0e < prev    next >
Text File  |  1995-08-26  |  531b  |  23 lines

  1. ; Author: Copyright 1993 Shaun Blackmore
  2.  
  3.         GET     ^.h.regdefs
  4.         GET     ^.h.swinos
  5.         GET     ^.h.macros
  6.  
  7. ;os_error *Font_CharBBox(FontHandle font, char c, int flags, FontInfo *info);
  8.  
  9.         PREAMBLE
  10.         STARTCODE Font_CharBBox
  11. ;
  12.         STMFD   sp!, {r4,r5,lr}
  13.         MOV     r5,r3
  14.         SWI     SWI_Font_CharBBox + XOS_Bit
  15.         STR     r1,[r5,#0]
  16.         STR     r2,[r5,#4]
  17.         STR     r3,[r5,#8]
  18.         STR     r4,[r5,#12]
  19.         MOVVC   r0,#0
  20.         LDMFD   sp!, {r4,r5,pc}^
  21. ;
  22.         END
  23.